math/big.nat.sticky (method)

4 uses

	math/big (current package)
		float.go#L438: 		sbit = z.mant.sticky(r)
		float.go#L878: 			if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
		float.go#L998: 			if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
		nat.go#L803: func (x nat) sticky(i uint) uint {